+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
+Tue Mar 6 17:25:07 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+ Add "clicked" signal back to columns.
+
+ * ChangeLog: remove conflict markers.
+
Tue Mar 6 10:45:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c: Add animation of activation by, on
parent_class pointer in pixbuf_style_class_init().
(Will commit the fix to the pixbuf-engine too).
->>>>>>> 1.1779
2001-03-05 Alexander Larsson <alexl@redhat.com>
* gdk/gdkwindow.h:
}
-
+static void
+gtk_tree_view_column_button_clicked (GtkWidget *widget, gpointer data)
+{
+ g_signal_emit_by_name (G_OBJECT (data), "clicked");
+}
void
_gtk_tree_view_column_create_button (GtkTreeViewColumn *column)
/* make sure we own a reference to it as well. */
gtk_widget_set_parent (column->button, GTK_WIDGET (tree_view));
- /* gtk_signal_connect (GTK_OBJECT (button), "clicked",
- (GtkSignalFunc) gtk_tree_view_button_clicked,
- (gpointer) tree_view);*/
+ gtk_signal_connect (GTK_OBJECT (column->button), "clicked",
+ (GtkSignalFunc) gtk_tree_view_column_button_clicked,
+ (gpointer) column);
column->alignment = gtk_alignment_new (column->xalign, 0.5, 0.0, 0.0);